﻿@media only screen and (max-width: 660px) {
    body {font-size: 18px;margin:0px;}
    #login_wrap {margin:0px auto;text-align:left;width:320px;min-height: 320px; }
    #login_left {width:320px;}
    #login_right {width:266;}
    .login_table label {width:80px;}
}

@media only screen and (min-width: 661px) {
    body {font-size: 16px;margin:10px 0px;}
    #login_wrap {width:320px;min-height: 320px; }
    #login_left {width:320px;float:left;}
    #login_right {width:266px;float:right;}
    .login_table {margin-bottom:30px;}
    .login_table label {width:90px;}
}

body {font-family:"Questrial",Arial; padding:0px;	text-align:center;}
#login_wrap 
{
    margin:0px auto;padding:0px;text-align:left;
    -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
    /*border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.5);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.5);*/
}

#lang {padding-right:20px;text-align:right;padding-bottom:15px;}
#lang a{color:#089;font-size:0.875em;}
#lang a:hover {color: #333;}

.login_table {padding-left:20px;}
.login_table label {font-size:1.000em; font-weight:bold; color:#888;}
.login_table a {font-family:"Questrial",Arial; font-size:0.813em; font-weight:bold; color:#ddd;text-decoration:none;}
.login_table a:hover {color:#333;} 
.login_table input {font-size:0.938em;}

.msg {color: #f00; font-size:0.875em; font-weight:bold; text-align:center;padding-bottom:15px;}

.link_support {color:#888;text-decoration:none;font-size:0.850em;}
.link_support:hover {color:#009;text-decoration:underline;}

#agree {font-family:"Questrial",Arial;font-size:0.750em;text-align:right;margin-top:15px; color:#888;}
#agree label{ display:inline-block; text-align:left;}

#req {font-size:0.625em; margin:15px;text-align:center;color:#aaa;}
#forgot {width:300px; height:39px;text-align:center;margin-bottom:7px;background:#00f url(loginImages/password-btn.jpg) no-repeat;border-width:0;}
#forgot a {font-size:0.875em;color:#fff;text-decoration:none;padding-top:12px;display:inline-block; }

.txt {padding: 5px 10px 5px 10px; border: 1px solid #bbb;-moz-border-radius: 5px;border-radius: 5px;background-color:#eee;color:#000;width:280px;font-size:1.1em;}
.enter {width:300px; height:39px;text-align:center; color:White; font-size: 0.875em!important;background:#089 url(loginImages/login-btn.jpg) no-repeat;border-width:0;
        margin: 10px 0 7px 0;}
